From 7e4196ee73dd4e75dedf144c0fa4e5798ce05081 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 9 Jun 2008 13:25:35 +0100 Subject: [PATCH] libxc: Use vpath rather than VPATH, to avoid linking with hypervisor .o files. Signed-off-by: Keir Fraser --- tools/libxc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index d685419da6..c68a0f0d9e 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -32,7 +32,7 @@ GUEST_SRCS-y += xg_private.c GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_domain_save.c GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c -VPATH = ../../xen/common/libelf +vpath %.c ../../xen/common/libelf CFLAGS += -I../../xen/common/libelf GUEST_SRCS-y += libelf-tools.c libelf-loader.c -- 2.30.2